home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / minimuf3.zip / MINIMUF.DOC < prev    next >
Text File  |  1990-10-14  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                              MINIMUF PROGRAM OPERATION
  8.                                     Version 1.00
  9.                          by Keith Seabourn, 5N6SKD & KD5NZ
  10.             
  11.             These program calculates the Maximum Usable Frequency (MUF)
  12.             for specified paths for a 24 hour period given in GMT (UTC).
  13.             The program gives the MUF for 1 path and draws a graph.  The
  14.             user can select from 15 pre-programmed paths or can enter
  15.             the latitude and longitude coordinates for any path desired.
  16.             The program can customized for any QTH by putting the
  17.             necesary information in a setup file.
  18.             
  19.             The program operates the screen in the text mode as opposed
  20.             to the graphics mode.  The text mode is common to all IBM-
  21.             compatible equipment whereas the graphics mode is not.  By
  22.             using the text mode, all access is provided to greater
  23.             numbers of amateur radio operators.  Also, the text mode
  24.             allows any printer to be used to obtain a printed copy of
  25.             the screen graph.  The printers use widely different
  26.             standards for their graphics mode of operation.
  27.             
  28.             SETUP FILE
  29.             
  30.             A SETUP FILE called MUFSETUP.DAT customizes MINIMUF to your
  31.             exact callsign and QTH.  It also contains 15 path choices.
  32.             This disk is originally supplied with MUFSETUP.DAT
  33.             containing information for a QTH in Dallas, Texas.  You
  34.             should use any ASCII text file editor or a word processor
  35.             that can read/write ASCII text files to create a
  36.             MUFSETUP.DAT for your exact QTH.
  37.             
  38.             The MUFSETUP.DAT file should be created as follows:
  39.             
  40.             Line 1 would contain your callsign; your station latitude;
  41.             your station longitude (all separated by semicolons)
  42.             
  43.             Line 2 to Line 16 would contain paths in the format path
  44.             name; destination latitude; destination longitude (again
  45.             separated by semicolons)
  46.             
  47.             NOTE:  MINIMUF expects Choices 16 and 17 to always be
  48.             exactly as they are written.  The user must only enter 15
  49.             path options in MUFSETUP.DAT.  The program requests
  50.             additional data if Option 16 or 17 are chosen.  The user may
  51.             freely change path options 1-15.  The latitude and longitude
  52.             conventions used in this program are:
  53.                       Latitude North is positive (+)
  54.                       Latitude South is negative (-)
  55.                       Longitude West is positive (+)
  56.                       Longitude East is negative (-)
  57.             
  58.  
  59.  
  60.  
  61.  
  62.             MINIMUF DOCUMENTATION                     Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             An example is:
  74.                       KD5NZ;33.0;97.0
  75.                       To USA-W.Coast(San Fran);38.0;122.0
  76.                       To USA-E.Coast (Wash DC);39.0;73.0
  77.                       To USA-Hawaii;21.0;158.0
  78.                       To AFRICA-Zambia;-15.0;-28.0
  79.                              |
  80.                              |
  81.                              v
  82.                       To ASIA-Japan;36.0;-140.0
  83.                       To EUROPE-London;51.0;0.0
  84.             
  85.             The maximum lengths of the various items are:
  86.             Station Callsign              11 characters
  87.  
  88.             Station Latitude,             7 characters maximum (-xxx.xx)
  89.                  Longitude
  90.  
  91.             Path Name                     24 characters
  92.  
  93.             Destination Lat, Lon          7 characters (same as Station
  94.                                                Lat, Lon)
  95.  
  96.             The best way to customize the MUFSETUP.DAT is to use your
  97.             word processor/text editor to read the MUFSETUP.DAT supplied
  98.             with the program disk, called MUFSETUP.DAT.  Then modify the
  99.             station call, station latitude/longitude and any path names
  100.             and latitude/longitude.
  101.             
  102.             PROGRAM OPERATION
  103.               The user works through the requested information.
  104.               1. Choice.  The user must enter a choice from 1 to 17.
  105.                  Press RETURN when ready to proceed.
  106.               2. Day and month.  Enter the day and month as day <space>
  107.                  month.  The <space> separates the 2 entries.  Enter
  108.                  RETURN to proceed.
  109.               3. Source of solar activity.  Enter either 's' for Sunspot
  110.                  data or 'f' for Solar flux data.  RETURN to proceed.
  111.               4. Sunspot number or Solar Flux.  Enter the correct value.
  112.                  RETURN to proceed.
  113.               5. Flag on MUF.  A 'y' will cause the graph to show a
  114.                  special character when the MUF exceeds the frequency
  115.                  entered.   A 'n' to omit flag.  RETURN to proceed. If
  116.                  'y' selected, the user is asked to enter frequency in
  117.                  MHz.  All points which exceed this frequency are
  118.                  plotted with a different character.
  119.             
  120.             The MUF is calculated for all times from 0000z to 2300z at
  121.             this time.  The screen shows the MUF information both
  122.             graphically and tabular.
  123.               
  124.  
  125.  
  126.  
  127.  
  128.             MINIMUF DOCUMENTATION                     Page 2
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.               6. Want Printout (Y/N)?  Enter 'y' to print a hard copy of
  140.                  this screen data.  Make sure the printer is turned on
  141.                  and paper inserted before proceeding. Type an 'n' to
  142.                  omit hard copy.  RETURN to proceed.
  143.               7. Plot another (Y/N)?  Enter 'y' to calculate the MUF for
  144.                  another path.  If 'y' is chosen, the 17 path choices
  145.                  will appear again.  However, the items 2-5 are omitted
  146.                  and the previous values are repeated for the new path.
  147.                  Type an 'n' to cancel program.  RETURN to proceed.
  148.             
  149.             PROGRAM OUTPUT
  150.             
  151.             The program presents the MUF for the chosen path on the
  152.             screen both graphically and in tabular form.  By pressing
  153.             'y' when the question Want Printout (Y/N)? is asked, the
  154.             program will print a copy of the screen.  The program sends
  155.             no special printer control characters so any printer that
  156.             can print 80 columns will work satisfactorily.  The program
  157.             will use the default state of the printer (the normal,
  158.             power-up state).
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.             MINIMUF DOCUMENTATION                     Page 3
  195.  
  196.  
  197.  
  198.  
  199.